Welcome![Sign In][Sign Up]
Location:
Search - java web server

Search list

[JSP/JavaTCPUDP

Description: 1)TCPClient.java, TCPServer.java, UDPClient.java, UDPServer.java的调试,通过设置完成通信的计算机ip地址及port号,实现通信过程,记录运行结果; 2) WEBServer.java调试,客户机运行IE浏览软件,通过对web server端一个文件的读取,检测WEBServer.java的正确性,同时记录所浏览到的超文本文件内容。 -TCPClient.java, TCPServer.java, UDPClient.java, UDPServer.java WEBServer.java
Platform: | Size: 3072 | Author: 李南 | Hits:

[JSP/Javaupload

Description: 一个基于httpServelet,web方式上传文件的小例子,可以做成一个简单的文件上传服务器-On a httpServelet, web form upload a small example, can be made into a simple file upload server
Platform: | Size: 7168 | Author: | Hits:

[JSP/JavaPOS

Description: Java开发的基于struts+Hibernate+spring+mysql技术的pos系统,web服务器为tomcat6.0以上版本-Java development on struts+ Hibernate+ spring+ mysql technology, pos system, web server tomcat6.0 above
Platform: | Size: 8882176 | Author: 黄金 | Hits:

[JSPJava.Servlets.ProgrammingGuide

Description: 如果您是一位开发人员或者程序员,而且您对在WEB服务器上利用 JAVA 感兴趣,那么,这本书正适合您。本书主要介绍如何使用 Servlet API 以及解决在客服机/服务器环境中使用 JAVA 时可能遇到的问题。-If you are a developer or programmer, and you use the server in JAVA WEB interested, then this book is for you. This book describes how to use the Servlet API and resolve customer/server environment using JAVA may encounter.
Platform: | Size: 22904832 | Author: 张丽 | Hits:

[Web Serverhttp

Description: 一个用java写的简单的WEB服务器和浏览器,对于相关的学习者有点帮助,可以初步了理一下整个模型的编写-Using java to write a simple WEB server and browser, for a little help learners related, can initial the management about the preparation of the model
Platform: | Size: 8192 | Author: dante | Hits:

[JSP/JavaJSP

Description: 给予JSP开发的网上银行,可供参考或者毕业设计。Web服务器为Tomcat。-JSP development for online banking, for reference, or graduation. Web server for the Tomcat.
Platform: | Size: 1177600 | Author: 洋葱头 | Hits:

[Web Serverserver

Description: web服务器的简单实现!采用java语言,里面涉及了核心实现。-webserver s simple realization,use java,related to core of web server.
Platform: | Size: 2048 | Author: 陈杰华 | Hits:

[FlashMXFlex-3-with-Java-June-2009

Description: (Including Source Code) Rich Internet applications (RIAs) are a new breed of web applications that are capable of doing things such as loading and handling heavy data ten times faster than HTTP, designing great-looking and sophisticated user interfaces that resemble desktop-based applications, and having the possibility of utilizing existing server technology such as Java, that would have never been possible with typical web technologies, such as HTML. Flex 3 is a leading technology for developing RIAs for the Web, as well as for the desktop. This paper gives an insight into, and provides a hands-on experience in, programming in Flex 3 by utilizing the existing knowledge of Java programming.
Platform: | Size: 8331264 | Author: notzipo | Hits:

[JSP/Javajava-webserver

Description: web服务器容积, 通过它可以浏览加载到这个容积里面的web页面-web server
Platform: | Size: 235520 | Author: weiwei | Hits:

[JSP/JavaWeb-Server-Programming

Description: java is very marvelous
Platform: | Size: 2921472 | Author: SASO | Hits:

[JSP/Javazlchat-server

Description: java写的网页通讯系统,采用jsp技术-java web pages written communications system, using jsp technology
Platform: | Size: 44220416 | Author: 竹孤木 | Hits:

[Internet-NetworkJava-udp

Description: 采用UDP协议,编写一个Java网络应用程序,该应用分服务器端程序和客户端程序两部分。* 客户端指定一个服务器上的文件名,让服务器发回该文件的内容,或者提示文件不存在。(服务端程序和客户端程序分别命名为Server.java和Client.java)*/-Using UDP protocol, write a Java Web application, the application sub-server-side program and client program in two parts.* Client to specify a file name on the server, the server sends back the contents of the file or the file does not exist. (Server and client program and named Server.java Client.java)* /
Platform: | Size: 4096 | Author: 罗伟 | Hits:

[JSP/JavaWeb-servers

Description: 实现WEB服务器的功能,java实现,提供网上信息浏览服务-Achieve WEB server function, java achieve
Platform: | Size: 1024 | Author: 刘明阳 | Hits:

[JSP/JavaJava-application-tutorial

Description: 本书讲述了Java语言的应用基础、MySQL数据库应用基础、Java数据库程序设计和Java服务器程序设计。构建了完整的浏览器/Web服务器/数据库3层结构模式,将面向对象程序设计技术,动态交互式Web网页开发技术和Web数据库开发技术融为一体。-This book describes the application of basic Java language, MySQL-based database applications, Java Database Programming and Java server programming. Build a complete browser/Web server/database 3-layer structure model, object-oriented programming techniques, development of dynamic, interactive Web pages and Web database development technologies technology integration.
Platform: | Size: 21065728 | Author: 周利伟 | Hits:

[Web Serverweb-sever

Description: 用Java实现Web服务器 实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字- a basic Web Server written in java
Platform: | Size: 361472 | Author: fannie | Hits:

[Web ServerwebClient-Server

Description: 本程序是基于java写的简单的服务器和客户端程序,可以用浏览器访问所需要的文件。服务器可以对客户端的get请求给予应答,并将应答内容保存在文件中,将应答头部显示在命令行上-the java web Client and Server
Platform: | Size: 10240 | Author: twilight | Hits:

[JSP/Javajava--http--web-server

Description: 一个用java实现的http服务器的源代码-code of http server
Platform: | Size: 16384 | Author: 绝对小海贼迷 | Hits:

[JSP/JavaJSP-dynamic-web-

Description: jsp动态网页制作技术。JavaServerPages是一种结合了跨平台与跨网站服务器机制,以Java为主的技术来产生动态网页。-JSP dynamic web production technology. JavaServerPages is a combined with cross-platform and across the web server mechanism to give priority to technology to produce Java dynamic web pages.
Platform: | Size: 9216 | Author: 443496623 | Hits:

[JSP/JavaWebServer

Description: Java web server file contains socket programming
Platform: | Size: 2048 | Author: murugan | Hits:

[JSP/JavaWebServer.Java

Description: 构造一个简单的web服务器,能够响应多个请求,并在主机端显示请求次数。-Construct a simple web server, able to respond to multiple requests, and the number of requests the host side.
Platform: | Size: 1024 | Author: 咚咚 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 34 »

CodeBus www.codebus.net